home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-09-27 | 334 b | 16 lines | [TEXT/ttxt] |
- #!/bin/csh
- #
- # build-xlib -- recompile the xlib stuff
- #
- #
- cd $Y2
- setenv CLXFILE /cs/licensed/sclisp-4.0/windows-x.sbin
- setenv LIBRARYBIN $Y2/progs/lib/bin/lucid
- rm $LIBRARYBIN/xlib*.sbin
- bin/haskell <<EOF
- :(lcl:change-memory-management :expand 512)
- :(load "\$CLXFILE")
- :(setf *code-quality* 3)
- :compile \$HASKELL_LIBRARY/X11/xlib
- EOF
-